Show code: [gcaops]

The sea of Poisson Structures and its Graph Complex flows

Index » [3-wheel, 5-wheel] graph cohomology class

Alternative names:-
Number of vertices (per graph):9
Number of edges (per graph):16
Tags:-
References:-

Definition

Representative:
JSON file:[3_wheel,5_wheel]_graph_cohomology_class.json
Code (gcaops):
from gcaops.all import *

GC = UndirectedGraphComplex(QQ, connected=True, biconnected=True, min_degree=3, implementation='vector', sparse=True)
gamma3 = GC.cohomology_basis(4,6)[0]
gamma5 = GC.cohomology_basis(6,10)[0]
gamma3_gamma5 = gamma3.bracket(gamma5)

Poisson deformations